home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / applied / catch_msg < prev    next >
Text File  |  2001-04-06  |  506b  |  14 lines

  1. SYNOPSIS
  2.         void catch_msg(mixed *arr, object obj)
  3.  
  4. DESCRIPTION
  5.         When say() or tell_room() are used with an array as message,
  6.         the array will be passed to catch_message() in all living
  7.         objects that can hear it, instead of writing to the user resp.
  8.         sending to catch_tell(). This can be used to implement
  9.         communication protocols between livings. The second denotes
  10.         the object that has sent the message.
  11.  
  12. SEE ALSO
  13.         say(E), tell_room(E), catch_tell(A)
  14.